net.TCPListener.ok (method)
7 uses
	net (current package)
		tcpsock.go#L347: 	if !l.ok() {
		tcpsock.go#L356: 	if !l.ok() {
		tcpsock.go#L369: 	if !l.ok() {
		tcpsock.go#L382: 	if !l.ok() {
		tcpsock.go#L399: 	if !l.ok() {
		tcpsock.go#L413: 	if !l.ok() {
		tcpsock_posix.go#L156: func (ln *TCPListener) ok() bool { return ln != nil && ln.fd != nil }
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |